Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IGNORE] Branch for integration-tests PR 7620 #7786

Closed
wants to merge 21 commits into from

Conversation

alexandertsukanov
Copy link
Contributor

@alexandertsukanov alexandertsukanov commented Nov 9, 2021

What

Describe what the change is solving
It helps to add screenshots if it affects the frontend.

How

Describe the solution

Recommended reading order

  1. x.java
  2. y.python

Pre-merge Checklist

Expand the relevant checklist and delete the others.

New Connector

Community member or Airbyter

  • Community member? Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • docs/SUMMARY.md
    • docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
    • docs/integrations/README.md
    • airbyte-integrations/builds.md
  • PR name follows PR naming conventions

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • Credentials added to Github CI. Instructions.
  • /test connector=connectors/<name> command is passing.
  • New Connector version released on Dockerhub by running the /publish command described here
  • After the connector is published, connector added to connector index as described here
  • Seed specs have been re-generated by building the platform and committing the changes to the seed spec files, as described here

Updating a connector

Community member or Airbyter

  • Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • Changelog updated in docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
  • PR name follows PR naming conventions

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • Credentials added to Github CI. Instructions.
  • /test connector=connectors/<name> command is passing.
  • New Connector version released on Dockerhub by running the /publish command described here
  • After the new connector version is published, connector version bumped in the seed directory as described here
  • Seed specs have been re-generated by building the platform and committing the changes to the seed spec files, as described here

Connector Generator

  • Issue acceptance criteria met
  • PR name follows PR naming conventions
  • If adding a new generator, add it to the list of scaffold modules being tested
  • The generator test modules (all connectors with -scaffold in their name) have been updated with the latest scaffold by running ./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates then checking in your changes
  • Documentation which references the generator is updated as needed.


This change is Reviewable

@alexandertsukanov alexandertsukanov temporarily deployed to more-secrets November 9, 2021 14:57 Inactive
@github-actions github-actions bot added area/connectors Connector related issues area/documentation Improvements or additions to documentation area/platform issues related to the platform area/worker Related to worker normalization labels Nov 9, 2021
@alexandertsukanov
Copy link
Contributor Author

alexandertsukanov commented Nov 9, 2021

/test connector=connectors/destination-clickhouse

🕑 connectors/destination-clickhouse https://github.com/airbytehq/airbyte/actions/runs/1440032992
❌ connectors/destination-clickhouse https://github.com/airbytehq/airbyte/actions/runs/1440032992
🐛 https://gradle.com/s/yzoricljih3wc

@alexandertsukanov
Copy link
Contributor Author

alexandertsukanov commented Nov 9, 2021

/test connector=connectors/destination-clickhouse-strict-encrypt

🕑 connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/1440039711
✅ connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/1440039711
No Python unittests run

@jrhizor jrhizor temporarily deployed to more-secrets November 9, 2021 15:02 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets November 9, 2021 15:03 Inactive
Copy link
Contributor

@ChristopheDuong ChristopheDuong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've been running integration tests for connector=connectors/destination-clickhouse

but the original PR is also introducing critical changes to normalization... make sure it passes connector=bases/base-normalization too

@ChristopheDuong
Copy link
Contributor

ChristopheDuong commented Nov 12, 2021

/test connector=bases-base-normalization

🕑 bases-base-normalization https://github.com/airbytehq/airbyte/actions/runs/1453707249
❌ bases-base-normalization https://github.com/airbytehq/airbyte/actions/runs/1453707249
🐛

@jrhizor jrhizor temporarily deployed to more-secrets November 12, 2021 15:39 Inactive
@alexandertsukanov
Copy link
Contributor Author

You've been running integration tests for connector=connectors/destination-clickhouse

but the original PR is also introducing critical changes to normalization... make sure it passes connector=bases/base-normalization too

Thanks for pointing out that.

@alexandertsukanov
Copy link
Contributor Author

alexandertsukanov commented Nov 15, 2021

/test connector=bases-base-normalization

🕑 bases-base-normalization https://github.com/airbytehq/airbyte/actions/runs/1462293406
❌ bases-base-normalization https://github.com/airbytehq/airbyte/actions/runs/1462293406
🐛

@alexandertsukanov
Copy link
Contributor Author

alexandertsukanov commented Nov 15, 2021

/test connector=connectors/destination-clickhouse

🕑 connectors/destination-clickhouse https://github.com/airbytehq/airbyte/actions/runs/1462294924
✅ connectors/destination-clickhouse https://github.com/airbytehq/airbyte/actions/runs/1462294924
No Python unittests run

@alexandertsukanov
Copy link
Contributor Author

alexandertsukanov commented Nov 15, 2021

/test connector=connectors/destination-clickhouse-strict-encrypt

🕑 connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/1462302154
❌ connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/1462302154
🐛 https://gradle.com/s/hnk7msvldqbr6

@alexandertsukanov alexandertsukanov temporarily deployed to more-secrets November 15, 2021 13:11 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets November 15, 2021 13:13 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets November 15, 2021 13:13 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets November 15, 2021 13:14 Inactive
@alexandertsukanov alexandertsukanov temporarily deployed to more-secrets November 17, 2021 12:44 Inactive
@alexandertsukanov
Copy link
Contributor Author

alexandertsukanov commented Nov 17, 2021

/test connector=connectors/destination-clickhouse-strict-encrypt

🕑 connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/1471621868
✅ connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/1471621868
No Python unittests run

@jrhizor jrhizor temporarily deployed to more-secrets November 17, 2021 12:52 Inactive
@alexandertsukanov
Copy link
Contributor Author

alexandertsukanov commented Nov 29, 2021

/test connector=bases-base-normalization

🕑 bases-base-normalization https://github.com/airbytehq/airbyte/actions/runs/1515209824
❌ bases-base-normalization https://github.com/airbytehq/airbyte/actions/runs/1515209824
🐛

@alexandertsukanov
Copy link
Contributor Author

alexandertsukanov commented Nov 29, 2021

/test connector=connectors/destination-clickhouse

🕑 connectors/destination-clickhouse https://github.com/airbytehq/airbyte/actions/runs/1515206500
✅ connectors/destination-clickhouse https://github.com/airbytehq/airbyte/actions/runs/1515206500
No Python unittests run

@alexandertsukanov
Copy link
Contributor Author

alexandertsukanov commented Nov 29, 2021

/test connector=connectors/destination-clickhouse-strict-encrypt

🕑 connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/1515206943
✅ connectors/destination-clickhouse-strict-encrypt https://github.com/airbytehq/airbyte/actions/runs/1515206943
No Python unittests run

@alexandertsukanov alexandertsukanov temporarily deployed to more-secrets November 29, 2021 09:10 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets November 29, 2021 09:12 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets November 29, 2021 09:12 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets November 29, 2021 09:12 Inactive
@swyxio swyxio deleted the otsukanov/branch_for_test_pr_7620 branch October 12, 2022 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation area/platform issues related to the platform area/worker Related to worker connectors/destination/clickhouse connectors/destinations-warehouse normalization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants